ItemShape Constructor (IListPropertyPath, Boolean) |
Initializes a new instance of the ItemShape class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemShape(
IList<PropertyPath> propertyPaths,
bool includeMimeContent
)
Public Sub New (
propertyPaths As IList(Of PropertyPath),
includeMimeContent As Boolean
)
Parameters
- propertyPaths
- Type: System.Collections.GenericIListPropertyPath
The property paths. - includeMimeContent
- Type: SystemBoolean
if set to true [include MIME content].
See Also